[ << previous ] [ index ] [ next >> ]

Menubar::Run


Run to Internal -- Parse the script and display with the internal preview pane.

Run to External -- Parse the script and display with external browser (selectable via submenu.)

Run and Redirect -- Parse the script and save output to a file on the local filesystem, does not display results.

Script Parameters -- Add parameters for use when parsing with the defined webserver.

###

Start Debug -- Parses the current file through the debugging window at the bottom of the Code Editor.

Run to Cursor -- Execute the script to the line where the cursor it at currently, will ignore any other breakpoints that are already set.

Step into -- Follows the code into the current line's function call.

Step over -- Step to the next line of code in the current file, do not follow execution into any function calls.

Step out -- Finishes with the current scope and moves to the scope above, jumps out of the current function call

Stop script -- Stops the current debugging operation in debugging window at the bottom of the Code Editor.

###

Set/Clear breakpoint -- Toggle the current line on or off as a breakpoint.

Clear all breakpoints -- Remove all breakpoints in the current file.

###

Add watch -- Adds a variable to the watch window to be observed in debugging at the bottom of the screen.

Remove watch -- Removes a variable from the watch window at the bottom of the screen.

Remove all watches -- Removes all variables from the watch window at the bottom of the screen.

 

[ << previous ] [ index ] [ next >> ]